|
Расположение в меню |
---|
Sketch → Ограничения эскиза → Ограничить радиус/диаметр автоматически |
Верстаки |
Sketcher |
Быстрые клавиши |
Нет |
Представлено в версии |
0.20 |
См. также |
Ограничить расстояние, Ограничение расстояния по горизонтали, Ограничение расстояния по вертикали |
The Sketcher ConstrainRadiam tool fixes the radius of arcs and B-spline weight circles, and the diameter of circles.
See also: Drawing aids.
Single tool
(default): press the down arrow to the right of the
Sketch.addConstraint(Sketcher.Constraint('Radius', ArcOrCircle, App.Units.Quantity('123.0 mm')))
Sketch.addConstraint(Sketcher.Constraint('Diameter', ArcOrCircle, App.Units.Quantity('246.0 mm')))
The Sketcher scripting page explains the values which can be used for ArcOrCircle
, and contains further examples on how to create constraints from Python scripts.